SftTree/OCX 7.0

SftTree.BackColorOdd Property

Softel vdm, Inc.

Defines the background color used to draw items in odd rows.

Deprecated - Provided for compatibility with earlier versions only - Use Items.BackColorOdd instead

Syntax       

Get

VB.NET

Clr = object.BackColorOdd  As System.Drawing.ColorLanguage-specific information

VB

Clr = object.BackColorOdd  As OLE_COLOR

C#.NET

System.Drawing.ColorLanguage-specific information Clr = object.BackColorOdd;

VC++

OLE_COLOR Clr = object->BackColorOdd;
OLE_COLOR Clr = object->GetBackColorOdd();

C

HRESULT object->get_BackColorOdd(OLE_COLOR* Clr);

Delphi

Clr := object.BackColorOdd  : TColor;

Put

VB.NET

object.BackColorOdd = Clr  As System.Drawing.ColorLanguage-specific information

VB

object.BackColorOdd = Clr  As OLE_COLOR

C#.NET

System.Drawing.ColorLanguage-specific information object.BackColorOdd = Clr;

VC++

OLE_COLOR object->BackColorOdd = Clr;
void object->PutBackColorOdd(OLE_COLOR Clr);

C

HRESULT object->put_BackColorOdd(OLE_COLOR Clr);

Delphi

object.BackColorOdd := Clr  : TColor;

object

A SftTree object.

Clr

Defines the background color used to draw items in odd rows.  For information about color properties, please visit the applicable section "Using SftTree/OCX with ...".

Comments

Deprecated - Provided for compatibility with earlier versions only - Use Items.BackColorOdd instead

The BackColorOdd property defines the background color used to draw items in odd rows. 

Columns can override the background color using the Column.BackColor property.  Cells can override the background color using the Cell.BackColor property.  If a selected item uses a selection style (Items.SelectStyle property) that uses the Items.SelectBackColor property for only portions of the item, the Items.BackColorOdd property is used for the remainder of the item. 

See Also  SftTree Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com